


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [DirectEdit2.0]
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

form.DirectEdit
	{
	}

a.DirectEdit:link, a.DirectEdit:visited
	{
	background-color: white;
	}

a.DirectEdit:hover, a.DirectEdit:active
	{
	background-color: yellow;
	}

div.DirectEditManageForm
	{
 	border: 1px solid black;
 	background-color: black;
 	width: 749px;
 	}

div.DirectEditManageForm div.zmiNeutralColorMedium0
	{
 	padding: 10px;
	}

div.DirectEditManageForm div.zmiNeutralColorMedium0 div.zmiNeutralColorLight0
	{
 	padding: 4px;
	}

div.DirectEditActionList
	{
	font-size:xx-small;
 	border: 1px solid black;
 	background-color: white;
 	}

div.DirectEditActionList div.action,
div.DirectEditActionList div.action a:link, div.DirectEditActionList div.action a:visited
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: white;
	text-decoration: none;
	}

div.DirectEditActionList div.action
	{
	border: 1px solid white;
	}

div.DirectEditActionList div.actionActive,
div.DirectEditActionList div.actionActive a:hover, div.DirectEditActionList div.actionActive a:active
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: silver;
	text-decoration: none;
	}

div.DirectEditActionList div.actionActive
	{
	border: 1px dotted gray;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic
	{
	background-color:#EFEFEF;
	margin: 4px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSTable table th
	{
	background-color:#DDEFFC;
	}

div.ZMSTable table td {
	background-color:#EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}
/*********************/
/*- Layout-Elements -*/
/*********************/

* {
	margin: 0;
	padding: 0;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


body#amisgmbh {
	background: #fff url(common/mainbackground.gif) 0px 250px fixed no-repeat;
	position:relative;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.2%;
}

body#amisgmbhPrint {
	background-color:white;
	position:relative;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}

a img{
	border:0;
}

table.generique
        {
        border-left:1px solid #C1DAD7;
        font-size:1em;
        width:100% !important;
        border-spacing: 0px;
        empty-cells:show;
        margin:2em auto 1em auto;
        text-align:left;
        padding:0;
        }
table.generique caption
        {
        text-align:center;
        font-weight:bold;
        caption-side:top;
        margin-bottom:0.2em;
        }
table.generique td
        {
        vertical-align:top;
        text-align:left;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding:1px 2px 1px 2px;
        }
table.generique th
        {
        font-weight:bold;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-align: left;
        padding: 2px;
        background: #CAE8EA ;
        line-height:1.2em;
        overflow:hidden;
        }
table.generique th.centered,
table.generique td.centered
        {
        text-align:center;
        }
table.generique td.alternative,
table.generique tr.alternative
        {
        background: #f5fafa;
        }
table.generique td.not-editable,
table.generique tr.not-editable
        {
        background: #eee;
        }
th.sortable,
th.sortable-date,
th.sortable-numeric,
th.sortable-currency
        {
        color:#242424;
        cursor:pointer;
        }
th.sortable span
        {
        color:#000;
        }
table.generique a
        {
        color:#239;
        }
th.sort-active,
table.generique th.sort-active
        {
        color:#ff0000 !important;
        }

strong,b{
	font-weight:bold;
}

html,body {
	height:100%;
	width:100%;
}

span.thumbnail{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
}

#maschinenpool li{
	list-style:none;
}

div.top10 {
	position:relative;
	width:500px;
min-height:260px;
	overflow:hidden;
}

div.top10 ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.top10 ul li{
	width:80px;
	overflow:hidden;
	margin:0;
	padding:5px 12px 10px 0;
	list-style:none;
	float:left;
}


div#OuterShell {
	position:relative;
	top:0;
	left:0;
	border: 0;
	padding: 0;
	border: 0;
	width:100%;
	text-align:left;
	background:transparent url(common/bodybackground.gif) top left repeat-x;
}

div#InnerShell {
	position:relative;
	top:0;
	left:0;
	border: 0;
	padding: 0;
	border: 0;
	width:938px;
	text-align:left;
}

div#pageregionTop {
	position: relative;
	top: 0;
	left: 0;
	height: 166px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow:hidden;
}


div#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 166px;
	width: 200px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index:102;
	background:transparent url(common/logo.gif) top left no-repeat;
}

div#LogoPrint {
	position:relative;
	top:0px;
	left:6px;
	width: 400px;
	height:auto;
}

div#Logo a{
	position: absolute;
	top: 60px;
	left: 40px;
}

div#coverBild {
	position: absolute;
	top: 0px;
	left: 114px;
	height: 166px;
	border: 2px;
	margin: 0px;
	padding: 0px;
	z-index:101;
}
div#Translate{
	position:absolute;
	top:27px;
	left:770px;
	z-index:102;
	width:400px;
}

div#Translate a {
	display:block;
	height:15px;
	width:29px;
	margin-right:10px;
	float:left;
	text-decoration:none;
}

div#Translate a span{
	display:none;
	visibility:hidden;
}


div#Menu {
	position:absolute;
	top:60px;
	left:192px;
	height:26px;
	width:80%;
	z-index:102;
	background: transparent url(common/channel_navi_start.gif) 0px 4px no-repeat;
}

div#Menu ul{
	position:relative;
	top:4px;
	left:25px;
	height:26px;
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}


div#Menu ul li{
	margin-right:10px;
	height:20px;
	display:inline;
	float:left;
	list-style:none;
}

div#Menu ul li a{
	white-space:nowrap;
	float:left;
	height:16px;
	font-size:10px;
	line-height:16px;
	display:block;
	float:left;
	margin:0px 1px 0px 1px;
	padding:0px 2px 0px 2px;
	color:#CCCCCC;
	text-decoration:none;
}
div#Menu ul li a.maschinenpool{
	border:1px solid #cc0000;
	border-bottom:4px solid #cc0000;

}

div#Menu ul li a.current,
div#Menu ul li a:hover{
	color:white;
}

div#Menu ul li a.maschinenpool:hover{
	border:1px solid #cc0000;
	border-bottom:4px solid #cc0000;
	color:white;
}

html>body div#Menu ul li a{
	line-height:14px;
}


div#Menu ul li a.current{
	font-weight:bold;
}

#SearchMenu {
}

#SearchMenu input.searchword{
	position:relative;
	height:12px;
	color:black;
	font-size:10px;
	line-height:10px;
	float:left;
	margin:0;
	width:99px;
}

#SearchMenu input.submit{
	border:0;
}

div#SubMenu {
	position: absolute;
	top: 85px;
	left: 170px;
	width:80%;
	height: 26px;
	background: transparent url(common/child_menu_start.gif) 0px 0px no-repeat;
	z-index: 101;
}

div#SubMenu ul{
	position:relative;
	top:3px;
	left:65px;
	height:17px;
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}

div#SubMenu ul li{
	margin-right:10px;
	display:inline;
	float:left;
	list-style:none;
}
div#SubMenu ul li a{
	height:17px;
	float:left;
	white-space:nowrap;
	display:block;
	color:#E4E4E4;
	font-size:10px;
	line-height:10px;
	text-decoration:none;
}
div#SubMenu ul li a.current,
div#SubMenu ul li a:hover{
	color:white;
}
div#SubMenu ul li a.current{
	font-weight:bold;
}
div#SubMenu marquee{
	margin-left: 60px;
	margin-right: 200px;
	margin-top: 0px;
	color:white;
	font-weight: bold;
}
div#SubMenu marquee a{
	color:white;
	font-weight:bold;
}
div#SubMenu marquee a:hover{
	color: #00275B;
	font-weight:bold;
}

#Content{
	width:100%;
}

#pageregionContent {
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
}

#pageregionLeft {
	position:relative;
	top:0;
	left:0;
	width: 230px;
	float:left;
	height:auto;
}

#pageregionCenter {
	position:relative;
	top:-35px;
	left:6px;
	width: 513px;
	float:left;
	height:auto;
}
#pageregionCenterPrint {
	position:relative;
	top:0px;
	left:6px;
	width: 513px;
	float:left;
	height:auto;
}
#pageregionRight {
	position:relative;
	top:0;
	left:20px;
	float:left;
	width: 180px;
	height:auto;
}

#Headline{
	position:absolute;
	top:107px;
	left:229px;
	z-index:999;
}

#pageregionBefore {
	padding: 0px;
}

#pageregionBottom {
	position: relative;
	border: 0;
	text-align: left;
	clear:both;
	margin-top:20px;
	padding:0;
}


/****************/
/*--- Links ----*/
/****************/

a:link, a:visited {
	text-decoration: none;
	color:#132C5A;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	color: #EE1D25;
	background: transparent;
	}

a:active {
	text-decoration: none;
	color: #EE1D25;
	background: transparent;
	}

/*********************/
/* Functional Page Elements*/
/*********************/

#NewsTeaser{
	position:relative;
	top:10px;
	left:25px;
	width:180px;
	border:1px solid #7f99b2;
	background:transparent url(common/NewsItemBackground.png) top left repeat;

}

#Teaser{
	position:relative;
	top:10px;
	left:25px;
	width:170px;
	border:1px solid #7f99b2;
	background:transparent url(common/NewsItemBackground.png) top left repeat;

}

div.ZMSTeaserContainer,
div.ZMSTeaserElement {
	padding:0;
	margin:0;
}



#NewsTeaser h2,
div.ZMSTeaserElement h2{
	background:#003366;
	padding:2px 5px 2px 5px;
	margin:0;
	color:#cccccc;
	font-size:1em;
	text-transform:uppercase;
	display:block;
}

.NewsItem{
	position:relative;
	margin:10px;
	width:150px;
	display:block;
}

.NewsItem strong,
.NewsItemDatum{
	color:#003366;
}

.NewsItem a,
.more,
a.more {
	color:#660000;
	padding-left: 13px;
	background: transparent url(common/NewsItemPfeil.gif) 0px 2px no-repeat;
}

#Macronavigation {
	margin: 50px 0px 25px 44px;
	padding: 0px;
	border: 0px;
	margin-top: 35px !important;
	margin-top: 50px;
	margin-top/**/:/**/50px;
}


#Macronavigation ul {
	list-style:none;
}

#Macronavigation ul li {
	color:#132C5A;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border: 0px;
	line-height: 1.25em;
	list-style:none;
}

#Macronavigation ul li a:link {
	font-weight: normal;
}


/*********************/
/* Content-Elements  */
/*********************/

h1, h2, h3,
h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#132C5A;
	line-height: 1.5em;
}

h1 {
	padding-top: 0.0em;
	font-weight:bold;
	font-size: 1.2em;
	}


h2	{
	padding-bottom: 1em;
	font-size: 1.2em;
	line-height:18px;
	font-weight:bold;
}


h3 {
	padding-top: 1em;
	font-size: 1.1em;
	font-weight:bold;
}

h4	{
	padding-top: 1em;
	font-size: 1.1em;
}


p.description	{
	font-weight:bold;
	}
p.caption		{
	font-style:italic;
	font-family:"Times New Roman",Times,serif;
	}


blockquote {
	background-color:#E2E3DE;
	border: 1px solid #666666;
	padding:10px
}

p.creator, p.smalltext {
	font-size: x-small;
	}

#Content dl	{
	line-height: 1.4em;
	margin-top: 0;
	padding-top: 0;
	}

#Content dd {
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	}

code, pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: xx-small;
}

.ZMSTextarea ul,
.ZMSTextarea li{
margin-left:22px;
}

.ZMSTextarea p{
padding:5px 0 5px 0;
}

/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td  { background-color:#EEEEEE; }

.form-submit { font-size:13px; }

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#334565; }
.primColorMedium0 { background-color:#465F8B; }
.primColorLight0  { background-color:#CFD6DF; }

.secndColorStrong1 { background-color:#55A873; }
.secndColorStrong0 { background-color:#9BC594; }
.secndColorMedium1 { background-color:#BEDABA; }
.secndColorMedium0 { background-color:#D1E3CE; }
.secndColorLight1  { background-color:#DBE7DA; }
.secndColorLight0  { background-color:#E6E8DF; }

.teaserColor { background-color:#FF9A02; }

.neutralColorBlack   { background-color:#000000; }
.neutralColorStrong0 { background-color:#79818E; }
.neutralColorMedium0 { background-color:#B6BBC2; }
.neutralColorLight0  { background-color:#DDDFE3; }
.neutralColorWhite   { background-color:#FFFFFF; }
.neutralColorTrans   { background-color:transparent; }


div.ZMSGraphic {
	background-color:transparent;
	margin: 0px;
}

.graphic{
	margin-right: 10px;
}

div.ZMSGraphic div.text {
	padding: 0 4px 0 0px;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}

#downloadvorschau{
	padding: 5px;
}

#HomeMittelteil{
	width: 440px;
}
#HomeRechterTeil{
	position: absolute;
	top: 0px;
	left: 460px;
}
#Headline2{
	margin-left: -3px;
}
