@import url(general.css);

/* ****************************************************************/
/* Extra Template												  */
/* ****************************************************************/
#extraHeader
{
	position:	relative;	height:	85px; width: 955px;
}

#extraTemplate
{
	position:	relative;	min-height:	420px; width: 955px;
	background-color: rgb(255,244,229);
}

/* ------------------------------------------- */

#extraContent
{
position:	relative;
width: 705px;
top: 0px;
min-height:	420px;
overflow:auto;
overflow-x:hidden;
background-color: rgb(253,247,235);
/*background-color: rgb(255,244,229);*/
font-size:13px;
border-right: 0px; /*for ie*/
border-right/**/:/**/250px solid rgb(188,205,197);/*for all the others correct working browsers*/
z-index: 2;
}

#extraMenu
{
z-index: 3;
position: 	absolute;
right: 0px;
width: 250px;
background-color: rgb(188,205,197);/*for ie*/
background-color/**/:/**/ none;/*der rest*/
padding-bottom: 10px;
}

/*
#extraMenu
{
z-index: 3;
position: 	fixed;
width: 250px;
padding-left: 705px;
}*/

#download { position: absolute; top:10px; left:310px;}
#print { position: absolute; top:10px; left:400px;}
#send { position: absolute; top:10px; left:510px;}
#download span, #print span, #send span { position: relative; top:-7px; color:rgb(162,194,183); font-size:10px; }

#heading{padding-top:47px; padding-left:30px; color:rgb(111,130,130); font-size:29px;}
#published{padding-top:6px; padding-left:30px; color:rgb(147,179,164); font-size:11px;}
#top_padding{padding-top:47px;}
#article{padding-top:23px; padding-left:88px; width: 518px; text-align:justify; color: rgb(75, 87, 92); padding-bottom: 15px;}

#article .heading2{color:rgb(111,130,130);font-size:20px;padding: 20px 0px 0px 0px; padding-bottom: 10px;}
#article a {padding: 0px;}
#article p{	font-size: 12px; line-height:18px;margin-top: 3px;}

/*
	definitions for the Glossary
*/
#extraMenuHighlight_glossar
{
	width: 251px;
	margin-top: 14px; padding-top: 5px; height:	140px; width: 250px;	
	background-color: rgb(147,179,164);
}
.anker{
padding-left: 35px;
border-bottom: 1px solid #d9e2d4;
}

.anker a{
font-size: 30px;
}

.glossary
{
	font-size: 12px; line-height:18px;margin-top: 0px;
	padding: 20px 0px 0px 50px;
}

.glossary_term
{
	color:rgb(111,130,130);font-size:20px;	
	margin-left: -15px;
}
.glossary_char_anchor
{
	color:rgb(111,130,130);font-size:20px;	
	padding: 50px 0px 0px 30px;
}





/*     
div#veranstaltungen { display: inline-table; width: 695px; padding-left: 5px; padding-top:25px; }
div.row { display: table-row }
div.cell{ display: table-cell; min-width: 150px; }

#veranstaltungen[rules=rows] div.row { border-top: solid }
#veranstaltungen[rules=rows]    { border-collapse: collapse; 
                       border-top: hidden }
*/

/* ------------------------------------------- */



#extraMenuHighlight
{
width: 251px;
margin-top: 14px; height:	84px; width: 250px;	
background-color: rgb(147,179,164);
}

.mainpoint
{
margin-top:5px;
margin-left:28px;
}
.mainpoint, .mainpoint a
{
font-size: 12px;
line-height:15px;
color: rgb(22,37,68);
}

.subpoint
{
margin-left: 45px;
}
.subpoint, .subpoint a
{
font-size: 11px;
line-height:18px;
color: rgb(73,84,103);

}

div#extraMenuHighlight div.mainpoint
{
padding-top: 12px;
}


div#extraMenuHighlight div.subpoint
{
list-style-type: none;
}

.top{
/*
width: 100%;
display: block;
margin-left:0;
border-bottom:1px solid rgb(147,179,164);
*/
text-align:right;

}

#extraPadding
{
	height: 20px;
}


/*
	definisions for sendpage.php
*/
#sendContent
{
position:	relative;
width: 955px;
top: 0px;
min-height:	420px;
overflow:auto;
background-color: rgb(253,247,235);
/*background-image: url(http://qwc.co.nz/clipart/posting.jpg);*/
background-image: url(../images/send.jpg);
background-repeat: no-repeat;
background-position:15px 78px;
/*border-right:250px solid rgb(188,205,197);*/
font-size:13px;
z-index: 2;
}

#sendpage_message
{
	width: 540px;
	margin: 50px 107px 5px 308px;
}
#sendpage_text
{
	width: 540px;
	margin: 10px 107px 5px 308px;
}

#sendpage_url
{
	width: 540px;
	margin: 10px 107px 5px 308px;
}

#sendform_wrapper
{
	width: 540px;
	margin: 10px 107px 5px 308px;
}
#sendform1 
{
	width: 270px;
	margin-bottom: 5px;
	float:left;
}
#sendform2
{
	width: 270px;
	margin-bottom: 5px;
	float:left;
}



.formfield input, .formfield textarea
{
	width: 250px;
	margin-bottom: 10px;
	float:left;
	text-align: left;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}
.formfield textarea
{
	height: 140px;
}

br {
	clear: left;
}


