@import "reset.css";


/* BASICS */

html 				{height:101%;}

body				{
					background: url(images/body-bg.gif) repeat-x top;
					font-family: arial, helvetica, sans-serif;
					font-size: 13px;
					line-height: 19px;
					color: #666666;
					}



/* CONTAINER GrundgerŸst */

#container			{
					width:760px; 
					height: auto;
					background: url(images/container-bg.gif) no-repeat top right #fff;
					overflow: visible; 
					margin: auto;
					}



div.header			{
					width: 525px;
					height: 170px;
					xborder:  1px solid #efefef;
					float: left;
					}

div.headerlogo		{
					width: 235px;
					height: 170px;
					xborder:  1px solid #efefef;
					float: left;
					}

hr.header			{
					border-top: solid 0px #fff; 
					border-right: solid 0px #fff; 
					border-left: solid 0px #fff; 
					border-bottom: solid 1px #cccccc; 
					margin: 145px 45px 0px 60px;
					padding: 0;
					}

hr.text			{
					border-top: solid 0px #fff; 
					border-right: solid 0px #fff; 
					border-left: solid 0px #fff; 
					border-bottom: solid 1px #dedede; 
					margin: 44px 45px 20px 60px;
					padding: 0;
					}

hr.imprint			{
					border-top: solid 0px #fff; 
					border-right: solid 0px #fff; 
					border-left: solid 0px #fff; 
					border-bottom: solid 1px #cccccc; 
					margin: 30px 45px 20px 60px;
					padding: 0;
					}


div.content			{
					width: 525px;
					height: 170px;
					xborder:  1px solid #efefef;
					float: left;
					}

div.navigation		{
					width: 235px;
					xborder:  1px solid #efefef;
					margin-top: 40px;
					float: left;
					}

div.toplink			{
					width: 177px;
					xheight: 32px;
					padding-top: 10px;
					margin-right: 0;
					padding-bottom: 10px;
					margin-left: 0;
					border-bottom: 1px solid #cccccc;
					font-family: minion pro, georgia, times, serif;
					font-weight: normal;
					letter-spacing: 0.1em;
					text-transform: uppercase;
					font-size: 14px;
					line-height: 22px;
					}

div.sublink			{
					width: 175px;
					xheight: 32px;
					padding-top: 2px;
					padding-bottom: 4px;
					margin-left: 0;
					font-family: minion pro, georgia, times, serif;
					font-weight: normal;
					font-style: italic;
					font-size: 12px;
					line-height: 17px;
					color: #1b4280;
					}
					

div.clear			{
					clear: both;
					}


					

div.footer1			{
					width: 635px;
					height: 30px;
					xborder:  1px solid #efefef;
					float: left;
					}


/* Weitere Container */




/* FONT */


h1					{
					font-family: minion pro, georgia, times, serif;
					font-style: italic;
					font-size: 19px;
					line-height: 24px;
					color: #1b4280;
					margin: 50px 40px 36px 60px; 
					padding: 0;
					}

h2					{
					font-size: 15px;
					line-height: 16px;
					font-weight: bold;
					color: #636740;
					margin: 30px 40px 12px 60px; 
					}


p					{
					margin: 0px 50px 18px 60px; 
					color: #666666;
					}
					
p.kontakt			{
					padding: 2px 90px 8px 330px; 
					}




ul					{
					margin: 0px 50px 18px 60px; 
					}
					
li					{
					margin: 2px 0 16px 15px; 
					list-style: square;
					
					}

.blau				{
					color: #1b4280;
					}				


/* LINKS */



a.navilink:link	
					{
					color: #666666;
					text-decoration: none;
					}

a.navilink:active	
					{
					color: #1b4280;
					text-decoration: none;
					}
a.navilink:visited	
					{
					color: #666666;
					text-decoration: none;
					}
					
a.navilink:hover		{
					color: #1b4280;
					text-decoration: none;
					}
					

a.naviselected:visited		{
					color: #1b4280;
					text-decoration: none;
					}
a.naviselected:link		{
					color: #1b4280;
					text-decoration: none;
					}


a.sublink:link	
					{
					font-family: minion pro, georgia, times, serif;
					text-transform: none;
					letter-spacing: 0em;
					font-style: italic;
					font-size: 14px;
					line-height: 20px;
					color: #1b4280;
					text-decoration: none;
					}

a.sublink:active	
					{
					font-family: minion pro, georgia, times, serif;
					text-transform: none;
					letter-spacing: 0em;
					font-style: italic;
					font-size: 14px;
					line-height: 20px;
					color: #1b4280;
					text-decoration: none;
					}
a.sublink:visited	
					{
					font-family: minion pro, georgia, times, serif;
					text-transform: none;
					letter-spacing: 0em;
					font-style: italic;
					font-size: 14px;
					line-height: 20px;
					color: #1b4280;
					text-decoration: none;
					}
					
a.sublink:hover		{
					font-family: minion pro, georgia, times, serif;
					letter-spacing: 0em;
					text-transform: none;
					font-style: italic;
					font-size: 14px;
					line-height: 20px;
					color: #666666;
					text-decoration: none;
					}
					

a.sublinkselected		{
					color: #1b4280;
					text-decoration: none;
					}


	

a:link	
					{
					color: #1b4280;
					text-decoration: none;
					}

a:active	
					{
					color: #666666;
					text-decoration: none;
					}
a:visited	
					{
					color: #666666;
					text-decoration: none;
					}
					
a:hover		{
					color: #666666;
					text-decoration: underline;
					}

			
