/*===================================================================*/
/*       CSS - Main Stylesheet für den Content der Page              */
/*===================================================================*/

	#content {
                 padding-top:		5px;
                 padding-left:		10px;
                 padding-right:		14px;
                 padding-bottom:		5px;
  		}

         #test {
                 padding-top:		5px;
                 padding-left:		10px;
                 padding-right:		10px;
                 padding-bottom:		5px;
  		}

         #sidebar-right {
                 padding-top:		5px;
                 padding-right:		10px;
                 }

         .footer {
                 text-align:right;
                 font-weight: bold;
                 color: white;
  		}

/*-----------------------------*/
/*  Überschriften              */
/*-----------------------------*/

	h1 {
                 margin-top:		10px;
                 height:			16px;
                 font-size:		9pt;
                 font-weight:		bold;
                 color:			rgb(255,255,255);
                 background: rgb(76,101,146) url(../images/arrow/arrow_head.png) top left no-repeat;
		padding-top:		1px;
                 padding-left:		21px;
  		}

         h2 {
		height:			24px;
                 margin-top:		2px;
                 margin-bottom:		3px;
                 padding-top:		4px;
                 background: url(../../images/lead-bg.png) top left repeat-x;
                 font-size:		10pt;
                 font-weight:		bold;
                 color:			rgb(19,47,100);
                 vertical-align:		bottom;
                 padding-left:		10px;
  		}

         .info_text {
		text-align:		justify;
  		}

/*-----------------------------*/
/*  Container                 */
/*-----------------------------*/

         .float {
         	float:left;
                 }

         .center {
         	text-align:center;
                 }

	.container {
         	width:100%;
                 }

         .two-col_left {
         	float:left;
                 width:49.9%;
                 background-color:#ffffff;
                 }

         .two-col_right {
                 width:49.9%;
                 float:right;
                 background-color:#ffffff;
                 }

         .three-col_left {
                 float:left;
                 width:33%;
                 border-right:2px solid white;
                 }

         .three-col_center {
                 }

         .three-col_right {
		float:right;
                 width:33%;
                 border-left:2px solid white;
                 }

/*-----------------------------*/
/*  Gallery                   */
/*-----------------------------*/

         .album-main {
                 padding-top:10px;
                 padding-bottom:10px;
                 margin-bottom:2px;
                 background-color:#DDDDDD;
                 }

         .album-head {
                 padding-top:5px;
                 font-weight:bold;
                 }

	.album-info {
                 padding-top:2px;
         	color:#AAAAAA;
                 font-size:8pt;
                 }

         .picture-main {
                 padding-top:10px;
                 padding-bottom:10px;
                 margin-bottom:2px;
                 background-color:#F1F1F1;
                 }

         .picture-head {
                 padding-top:5px;
                 font-weight:bold;
                 }

	.picture-info {
                 padding-top:2px;
         	color:#AAAAAA;
                 font-size:8pt;
                 }


/*-----------------------------*/
/*  Gallery                   */
/*-----------------------------*/

         .profil_name {
                 font-weight:bold;
                 }

         .profil_pos {
                 font-weight:bold;
                 }


/*-----------------------------*/
/*  Links                      */
/*-----------------------------*/

	a:link {
         	text-decoration: none;
                 font-weight: bold;
                 color:#000000;
                 }

	a:visited {
		text-decoration: none;
                 font-weight: bold;
                 color:#000020;
                 }

	a:hover {
		text-decoration: underline;
                 font-weight:bold;
                 color:#0000A0;
                 }

	a:active {
           	text-decoration: none;
                 font-weight:bold;
                 background-color:#000040;
                 }
